projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2081bf3
)
Remove a misleading comment
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 29 May 2019 15:18:15 +0000
(15:18 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 29 May 2019 18:04:08 +0000
(18:04 +0000)
We don't have windowed widgets anymore, and
gdk_surface_move_resize is about to go away.
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 22bbf1886cefd83f8c2c320ac64ec127ac862b1e..f3b8872af883c8adc70d8d96fd5e3690300a639e 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-3949,10
+3949,6
@@
gtk_widget_unrealize (GtkWidget *widget)
g_object_unref (widget);
}
-/*
- * Returns the values you're supposed to pass to gdk_surface_move_resize
- * for a windowed widget.
- */
void
gtk_widget_get_surface_allocation (GtkWidget *widget,
GtkAllocation *allocation)